home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / tools / doc / mkpat.doc < prev    next >
Encoding:
Text File  |  1994-04-25  |  638 b   |  28 lines

  1.                   =============================
  2.                   Description of the tool MKPAT
  3.                   =============================
  4.  
  5. This program reads a binary 8-Bit RAW File form stdin and
  6. writes a snns pattern file entry to stdout.
  7. Use this program together with mkpat and mkout to produce
  8. pattern files from raw files in a shell script.
  9.  
  10. synopsis: mkpat <xsize> <ysize>
  11.  
  12.    where number  is the xsize  of the raw file
  13.          ysize   is the y size of the raw file
  14.  
  15. example:
  16.  
  17. the binary content of 'rawfile'
  18.  
  19.   00 10 20 3F 40 7F AC FF
  20.  
  21. unix >mkpat 1 4 2 < rawfile
  22.   0.000 0.063 0.125 0.247 
  23.   0.251 0.498 0.675 1.000 
  24.  
  25.  
  26.  
  27.  
  28.